Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Update requirements.txt to install opencv 4.2 #1005

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edupooch
Copy link

Python 2.7 is not supported anymore in opencv since 4.3.0.36, the latest support for python 2.7 is opencv-python version 4.2.0.32.
The requirement 'opencv-python>=3.2' installs the latest version which does not support python 2 anymore, which throws an error.
This replaces it with 'opencv-python==4.2.0.32'.

Python 2.7 is not supported anymore in opencv since 4.3.0.36, the latest support for python 2.7 is opencv-python version 4.2.0.32. 
The requirement 'opencv-python>=3.2' installs the latest version which does not support python 2 anymore.
@facebook-github-bot
Copy link

Hi @edupooch!

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

1 similar comment
@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants